-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: deploy x-archetype as docker image #463
Conversation
Check PR 463 preview 👀 |
Check PR 463 preview 👀 |
Check PR 463 preview 👀 |
Check PR 463 preview 👀 |
Check PR 463 preview 👀 |
Check PR 463 preview 👀 |
Check PR 463 preview 👀 |
This PR enables the x-archetype to be used as docker container for local development. To achieve this it is necessary to be able to override the default configuration for the endpointAdapters from the x-adapter-platform. This has been implemented through a function that mutates the adapter only if the env
VUE_APP_DEVELOPMENT_DOCKER
is set. Plus, this PR adds a dockerfile and a Github workflow to publish the docker image on demand.